GUI (grafical user interface) - translation to ισπανικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

GUI (grafical user interface) - translation to ισπανικά

SOFTWARE DEVELOPMENT TOOL
GUI Builder; GUI builders; GUI builder; User interface builder; Gui builder; List of GUI builders; List of graphical user interface builders; GUI designer; Form desinger; Form designer
  • [[NetBeans]] GUI builder

graphical user interface         
  • An Apple Lisa (1983) demonstrating LisaOS, Apple Computer's first commercially available GUI.
  • A modern CLI
  • HP LX System Manager]] running on a [[HP 200LX]].
  • touch UI]]s popular on small mobile devices are an overlay of the visual output to the visual input.
  • Layers of a GUI based on a [[windowing system]]
USER INTERFACE ALLOWING INTERACTION THROUGH GRAPHICAL ICONS AND VISUAL INDICATORS
Graphical User Interface; Graphical Computer; Graphical-user interface; Graphical interface; Graphical user environment; Graphical user interfaces; Graphic User Interface; Graphic user interface; Graphical tool; UI chrome; User Interface Chrome; User interface chrome; GUI; Graphical User Interfaces; Desktop (computing); Graphical environment; Displayed to the drivers; Window chrome; Graphic interface; Graphical environments; 3d interface; 3D GUI; Graphics-based user interface; Chrome (user interface); 3D graphical user interfaces; 3d graphical user interface; 3D graphical user interface; Graphical interfaces; 3D GUIs
expression
interfaz m/f gráfico de usuario
interface designer         
  • The graphical user interface is presented (displayed) on the computer screen. It is the result of processed user input and usually the primary interface for human-machine interaction. The [[touch user interface]]s popular on small mobile devices are an overlay of the visual output to the visual input.
  • Printable template for mobile and desktop app design ([[PDF]])
SYSTEM OF DESIGN USER INTERFACE FOR MACHINES
User interface engineering; User Interface Software Engineering; Interface designer; Interface design; User Interface Design; Website navigation; User Interface design; UI design; GUI design; User Interaction Engineering; Interface Design; Graphic interface design; User Interface Engineering
(n.) = diseñador de interfaces
Ex: Its primary aim is to provide interface designers and librarians with a tool to do rapid prototyping of retrieval interfaces and to enable them to experiment with new ideas efficiently.
Graphic Interface         
  • An Apple Lisa (1983) demonstrating LisaOS, Apple Computer's first commercially available GUI.
  • A modern CLI
  • HP LX System Manager]] running on a [[HP 200LX]].
  • touch UI]]s popular on small mobile devices are an overlay of the visual output to the visual input.
  • Layers of a GUI based on a [[windowing system]]
USER INTERFACE ALLOWING INTERACTION THROUGH GRAPHICAL ICONS AND VISUAL INDICATORS
Graphical User Interface; Graphical Computer; Graphical-user interface; Graphical interface; Graphical user environment; Graphical user interfaces; Graphic User Interface; Graphic user interface; Graphical tool; UI chrome; User Interface Chrome; User interface chrome; GUI; Graphical User Interfaces; Desktop (computing); Graphical environment; Displayed to the drivers; Window chrome; Graphic interface; Graphical environments; 3d interface; 3D GUI; Graphics-based user interface; Chrome (user interface); 3D graphical user interfaces; 3d graphical user interface; 3D graphical user interface; Graphical interfaces; 3D GUIs
Interfaz Gráfica

Βικιπαίδεια

Graphical user interface builder

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run. Such tools usually called the term RAD IDE.

User interfaces are commonly programmed using an event-driven architecture, so GUI builders also simplify creating event-driven code. This supporting code connects software widgets with the outgoing and incoming events that trigger the functions providing the application logic.

Some graphical user interface builders automatically generate all the source code for a graphical control element. Others, like Interface Builder or Glade Interface Designer, generate serialized object instances that are then loaded by the application.